MakeFPoint
Unit: sgConsts
Description
Call MakeFPoint
to create TFPoint
that represents the specified coordinates. Use MakeFPoint
to construct parameters for functions that require a 3D-point, rather than setting up local variables for each parameter.
Syntax
function MakeFPoint(X, Y, Z: TsgFloat): TFPoint;